mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
- added archive of the "verbatim" directory
- made all archive names ProDOS-conformant
This commit is contained in:
parent
c7a0146f19
commit
995c2aba83
9
Makefile
9
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.1 1997/09/21 23:13:10 gdr Exp $
|
# $Id: Makefile,v 1.2 1997/09/30 05:35:14 gdr Exp $
|
||||||
#
|
#
|
||||||
XFER = xfer
|
XFER = xfer
|
||||||
TMP = /tmp/gnobuild
|
TMP = /tmp/gnobuild
|
||||||
@ -20,8 +20,9 @@ XFER_LIST= \
|
|||||||
$(XFER)/root.shk \
|
$(XFER)/root.shk \
|
||||||
$(XFER)/sbin.shk \
|
$(XFER)/sbin.shk \
|
||||||
$(XFER)/usr.bin.shk \
|
$(XFER)/usr.bin.shk \
|
||||||
$(XFER)/usr.orca.bin.shk \
|
$(XFER)/usr.orcabin.shk \
|
||||||
$(XFER)/usr.man.shk
|
$(XFER)/usr.man.shk \
|
||||||
|
$(XFER)/verbatim.shk
|
||||||
|
|
||||||
NOT_YET= \
|
NOT_YET= \
|
||||||
$(XFER)/libexec.shk \
|
$(XFER)/libexec.shk \
|
||||||
@ -34,6 +35,7 @@ ROOTFILES = Makefile binconst.mk binrules.mk paths.mk prog.mk
|
|||||||
|
|
||||||
$(XFER)/root.shk: $(ROOTFILES)
|
$(XFER)/root.shk: $(ROOTFILES)
|
||||||
@echo "making $@"; \
|
@echo "making $@"; \
|
||||||
|
$(RM) -f $@; \
|
||||||
[ -d $(XFER) ] || mkdir -p $(XFER); \
|
[ -d $(XFER) ] || mkdir -p $(XFER); \
|
||||||
if [ -d $(TMP) ]; then \
|
if [ -d $(TMP) ]; then \
|
||||||
echo "$(TMP) exists. Aborted"; \
|
echo "$(TMP) exists. Aborted"; \
|
||||||
@ -55,6 +57,7 @@ $(XFER)/usr.orcabin.shk: $(XFER)/usr.orca.bin.shk
|
|||||||
|
|
||||||
$(XFER)/%.shk:
|
$(XFER)/%.shk:
|
||||||
@echo "making $@"; \
|
@echo "making $@"; \
|
||||||
|
$(RM) -f $@; \
|
||||||
[ -d $(XFER) ] || mkdir -p $(XFER); \
|
[ -d $(XFER) ] || mkdir -p $(XFER); \
|
||||||
if [ -d $(TMP) ]; then \
|
if [ -d $(TMP) ]; then \
|
||||||
echo "$(TMP) exists. Aborted"; \
|
echo "$(TMP) exists. Aborted"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user