source:
branches/port5/lib/nas/Makefile
| Last change on this file was 1025, checked in by westram, 23 years ago | |
|---|---|
|
|
| File size: 209 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | all: names.dat |
| 3 | rm -f *% |
| 4 | @chmod 777 . |
| 5 | @cp -p names.dat names.dat.make_owner |
| 6 | @rm -f names.dat |
| 7 | @mv names.dat.make_owner names.dat |
| 8 | @chmod 666 names.dat |
| 9 | |
| 10 | names.dat: names.dat.template |
| 11 | rm -f $@ |
| 12 | cp $< $@ |
| 13 |
Note: See TracBrowser
for help on using the repository browser.
