home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
src
/
diffs
/
amigalib.mk
next >
Wrap
Makefile
|
1995-01-21
|
541b
|
25 lines
# Amiga Library Services - CD Administration Makefile
#
# This Makefile goes in the directory contains the diff files for the
# GNU utilities tree, and is responsible for doing such things as:
#
# (1) For each utility in the src tree, build a current diff file from
# the baseline archive for that utility and the amiga version of the
# source tree.
SHELL = /bin/sh
SCRATCHDIR = /tmp
all:
# Do the following things when building a CD release.
release: diffs clean
GNUdiffs:
$(SHELL) BuildDiffs.sh $(SCRATCHDIR)
clean:
rm -f *! *~