Last change
on this file was
6115,
checked in by westram, 16 years ago
|
- dont call lib/nas Makefile if lib/nas is a link
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
368 bytes
|
Line | |
---|
1 | help.make: |
---|
2 | @echo 'options' |
---|
3 | @echo ' nameserver create nameserver from template' |
---|
4 | @echo ' tcpdat create arb_tcp.dat from template' |
---|
5 | @echo '' |
---|
6 | @echo ' all all above' |
---|
7 | |
---|
8 | all: tcpdat nameserver |
---|
9 | |
---|
10 | tcpdat: |
---|
11 | test -e arb_tcp.dat || cp -p arb_tcp_org.dat arb_tcp.dat |
---|
12 | |
---|
13 | nameserver: |
---|
14 | test -L nas && echo "lib/nas is a link - skipped" || \ |
---|
15 | (cd nas;$(MAKE) all) |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.