mars_nwe-0.96.pl00
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
||||
# Makefile mars_nwe: 16-Nov-95
|
||||
# Makefile mars_nwe: 06-Dec-95
|
||||
VPATH=
|
||||
all: rmeflag mk.li config.h nw.ini
|
||||
@if [ -r .eflag ] ; then \
|
||||
@@ -64,8 +64,9 @@ rmeflag:
|
||||
@ - rm -f .eflag
|
||||
|
||||
nw.ini: examples/nw.ini
|
||||
@if [ -r $@ ] ; then echo "note:examples/$@ is newer then $@" > .mk.notes ; \
|
||||
echo "$@ will be touched now" >> .mk.notes; touch -c $@ ; \
|
||||
@if [ -r $@ ] ; then echo "NOTE:examples/$@ is newer then $@" > .mk.notes ; \
|
||||
echo "please compare examples/$@ with $@" >> .mk.notes; \
|
||||
echo "make the changes you need and touch $@" >> .mk.notes; \
|
||||
else cp -a examples/$@ . ; \
|
||||
echo "$@ created (from examples/$@) Please edit $@" > .mk.notes;\
|
||||
echo "and change it to your requirements." >> .mk.notes ; fi
|
||||
|
||||
Reference in New Issue
Block a user