mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
make sure top-level files are tarred up
This commit is contained in:
parent
737a2b2acb
commit
12a86e690f
8
Makefile
8
Makefile
@ -2,7 +2,7 @@
|
|||||||
# This file is intended for use with dmake. There are constructs in
|
# This file is intended for use with dmake. There are constructs in
|
||||||
# here that (as yet) make it unsuitable to be used on the GS.
|
# here that (as yet) make it unsuitable to be used on the GS.
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.4 1997/11/01 19:49:27 gdr Exp $
|
# $Id: Makefile,v 1.5 1997/12/22 01:11:08 gdr Exp $
|
||||||
#
|
#
|
||||||
XFER = xfer
|
XFER = xfer
|
||||||
TMP = /tmp/gnobuild
|
TMP = /tmp/gnobuild
|
||||||
@ -32,7 +32,7 @@ NOT_YET= \
|
|||||||
|
|
||||||
srcxfer: $(XFER_LIST)
|
srcxfer: $(XFER_LIST)
|
||||||
|
|
||||||
ROOTFILES = Makefile binconst.mk binrules.mk paths.mk prog.mk
|
ROOTFILES = Makefile binconst.mk binrelease.mk binrules.mk paths.mk prog.mk
|
||||||
|
|
||||||
$(XFER)/root.shk: $(ROOTFILES)
|
$(XFER)/root.shk: $(ROOTFILES)
|
||||||
@echo "making $@"; \
|
@echo "making $@"; \
|
||||||
@ -44,10 +44,10 @@ $(XFER)/root.shk: $(ROOTFILES)
|
|||||||
fi; \
|
fi; \
|
||||||
cwd=`pwd`; \
|
cwd=`pwd`; \
|
||||||
mkdir -p $(TMP); \
|
mkdir -p $(TMP); \
|
||||||
cp -r -p $< $(TMP); \
|
cp -r -p $(ROOTFILES) $(TMP); \
|
||||||
$(RM) -rf `find $(TMP) -name CVS -print `; \
|
$(RM) -rf `find $(TMP) -name CVS -print `; \
|
||||||
$(UDL) -gR $(TMP); \
|
$(UDL) -gR $(TMP); \
|
||||||
(cd $(TMP); $(NULIB) -cf $$cwd/$@ $< ); \
|
(cd $(TMP); $(NULIB) -cf $$cwd/$@ $(ROOTFILES) ); \
|
||||||
$(RM) -rf $(TMP)
|
$(RM) -rf $(TMP)
|
||||||
|
|
||||||
# make sure the filename fits
|
# make sure the filename fits
|
||||||
|
Loading…
Reference in New Issue
Block a user