Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link-patch-dirs.sh contains bashisms

...

No Format
titlelink patch repos into source repos
$ shbash patches/make/link-patch-dirs.sh sources patches
+ ln -s ../../../patches/hotspot sources/hotspot/.hg/patches
+ ln -s ../../../patches/jdk sources/jdk/.hg/patches
$ ls -il patches/hotspot/series sources/hotspot/.hg/patches/series
(should be identical files)

...