diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-01-17 07:13:40 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-17 07:13:40 +0000 |
commit | 8cd2245c0e8b964adc26bb7001f62a68dc7b47e9 (patch) | |
tree | dc8d1dc1d9783b6f4049ac3b664716f2f62a1e03 /release/Makefile | |
parent | cad23515ec93cac598a4c84878f60c893f2f94e9 (diff) | |
download | src-8cd2245c0e8b964adc26bb7001f62a68dc7b47e9.tar.gz src-8cd2245c0e8b964adc26bb7001f62a68dc7b47e9.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index 76666b4cd0bd..f34b2936ba3c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -317,8 +317,6 @@ rerelease release: .endif echo " touch /tmp/.world_done" >> ${CHROOTDIR}/mk echo "fi" >> ${CHROOTDIR}/mk - echo "cd /usr/src/release/sysinstall" >> ${CHROOTDIR}/mk - echo "make obj" >> ${CHROOTDIR}/mk echo "cd /usr/src/release" >> ${CHROOTDIR}/mk echo "make \$${_RELTARGET}" >> ${CHROOTDIR}/mk echo "echo \">>> make ${.TARGET} finished on \`LC_TIME=C TZ=GMT date\`\"" >> ${CHROOTDIR}/mk @@ -399,7 +397,6 @@ release.3: # See /usr/src/bin/ls/Makefile. release.4: @mkdir -p /stand - cd ${.CURDIR}/sysinstall && make obj depend all install rm -rf ${RD}/crunch mkdir -p ${RD}/crunch export RELEASE_BUILD_FIXIT=noway ; \ @@ -555,7 +552,7 @@ release.8: write_mfs_in_kernel @cd ${.CURDIR} && ${MAKE} doMODULES KERNEL=BOOTMFS KERNEL_KO=BOOTMFS KODIR="" .endif @echo "Making the regular boot floppy." - @tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \ + @tar --exclude CVS -cf - -C /usr/src/usr.sbin/sysinstall help | \ tar xf - -C ${RD}/mfsfd/stand @echo "Compressing doc files..." @gzip -9 ${RD}/mfsfd/stand/help/*.hlp |