mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Ooops, i've botched a backslash in my previous commit.
Also, move the "ammunition" block above, so it's handled before the man pages are bing moved out to their own distribution.
This commit is contained in:
parent
20ef00ec9c
commit
4f9a3d482f
1 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.205 1996/01/24 21:42:37 joerg Exp $
|
||||
# $Id: Makefile,v 1.206 1996/02/13 09:22:42 joerg Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
|
|
@ -202,6 +202,13 @@ release.4:
|
|||
release.5:
|
||||
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
||||
ln -f ${RD}/kernels/GENERIC ${RD}/trees/bin/kernel.GENERIC
|
||||
|
||||
# Handle some grief caused by the ammunition braindeadness.
|
||||
for i in sbin/init bin/ed ; do \
|
||||
( cd ${.CURDIR}/../$$i; \
|
||||
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
|
||||
done
|
||||
|
||||
# Move all the manpages out to their own dist
|
||||
if [ -d ${RD}/trees/bin/usr/share/man ] ; then \
|
||||
rm -rf ${RD}/trees/manpages/usr/share/man &&\
|
||||
|
|
@ -258,12 +265,6 @@ release.5:
|
|||
ln -s `basename $$i` $$c ; \
|
||||
done
|
||||
|
||||
# Handle some other grief caused by the ammunition braindeadness.
|
||||
for i in sbin/init bin/ed ; do
|
||||
( cd ${.CURDIR}/../$$i; \
|
||||
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
|
||||
done
|
||||
|
||||
# Remove some files we can faster regen after installing.
|
||||
cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db
|
||||
# Remove all the directories we don't need.
|
||||
|
|
|
|||
Loading…
Reference in a new issue