mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Removed commit lies for sbin/reboot and usr/local/bin/{mread,rz},
these are not part of the standard distribution and do not belong in here, this was carry over from earlier work. Added src-tarball: ssrc-tarball: targets to build the 2 source tar balls, still have to manually copy/chmod/chown the src tree into the destination directory and clean out all the obj, and CVS files/dirs, plus run a make cleandist in it before running these targets, but atleast things are getting easier to do! release: now uses fixed floppies target.
This commit is contained in:
parent
8771274e60
commit
a614794b08
17
etc/Makefile
17
etc/Makefile
@ -53,7 +53,6 @@ FILESYSTEM_FILES+= etc/master.passwd etc/passwd etc/pwd.db etc/spwd.db
|
||||
FILESYSTEM_FILES+= sbin/disklabel sbin/halt sbin/init
|
||||
FILESYSTEM_FILES+= sbin/mount sbin/mount_isofs sbin/mount_pcfs
|
||||
FILESYSTEM_FILES+= sbin/newfs
|
||||
#FILESYSTEM_FILES+= sbin/reboot
|
||||
FILESYSTEM_FILES+= sbin/umount
|
||||
FILESYSTEM_FILES+= usr/bin/cpio
|
||||
FILESYSTEM_FILES+= ${MDEC}
|
||||
@ -69,7 +68,6 @@ CPIO_CPIO+= tmp
|
||||
CPIO_CPIO+= usr/bin/awk usr/bin/chgrp usr/bin/ftp
|
||||
CPIO_CPIO+= usr/bin/more usr/bin/tar usr/bin/tip
|
||||
CPIO_CPIO+= usr/bin/elvis usr/bin/ex usr/bin/vi usr/bin/view
|
||||
#CPIO_CPIO+= usr/local/bin/mread usr/local/bin/rz
|
||||
CPIO_CPIO+= usr/sbin/update usr/sbin/chown
|
||||
CPIO_CPIO+= var
|
||||
|
||||
@ -286,6 +284,18 @@ bin-tarball:
|
||||
split -b 240640 - \
|
||||
${RELEASEDIR}/tarballs/bin.tar.gz.)
|
||||
|
||||
src-tarball:
|
||||
(cd ${DESTDIR}; \
|
||||
tar --exclude usr/src/${CRYPT_LIB} -cf - usr/src | gzip --no-name -9 -c | \
|
||||
split -b 240640 - \
|
||||
${RELEASEDIR}/tarballs/src.tar.gz.)
|
||||
|
||||
ssrc-tarball:
|
||||
(cd ${DESTDIR}; \
|
||||
tar -cf - usr/src/${CRYPT_LIB} | gzip --no-name -9 -c | \
|
||||
split -b 240640 - \
|
||||
${RELEASEDIR}/tarballs/ssrc.tar.gz.)
|
||||
|
||||
des-tarball:
|
||||
rm -rf ${RELEASEDIR}/tmpdes
|
||||
mkdir ${RELEASEDIR}/tmpdes
|
||||
@ -330,7 +340,8 @@ distrib-dirs:
|
||||
floppies: kcopy-ah-floppy kcopy-bt-floppy filesystem-floppy \
|
||||
cpio-floppy
|
||||
|
||||
release: release-dirs distribution kcopy-kernels floppies bin-tarball des-tarball
|
||||
release: release-dirs distribution kcopy-kernels floppies \
|
||||
bin-tarball des-tarball
|
||||
|
||||
release-dirs:
|
||||
rm -rf ${RELEASEDIR}/filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user