mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6af1cd4c5d
redistribution, even mirroring, is allowed)
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
--- fixmake.orig Fri Nov 4 23:31:27 1994
|
|
+++ fixmake Wed May 15 21:28:30 1996
|
|
@@ -30,8 +30,8 @@
|
|
echo renaming $name to $name.proto
|
|
mv $name $name.proto
|
|
fi
|
|
- cat $MASTER > $name
|
|
- sed '/^include/d' $name.proto >> $name
|
|
+ sed 's/^include[^.M]\(.*\)/.include <\1>/' $name.proto \
|
|
+ | sed 's/CFLAGS=/CFLAGS+=/' > $name
|
|
echo "built $name"
|
|
done
|
|
)
|