mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
3dbac872ab
Coco/R is a recursive decent compiler generator. This is a FreeBSD port of the C/C++ version of Coco/R. PR: ports/36251 Submitted by: Guy Antony Halse <guy@rucus.ru.ac.za>
12 lines
281 B
Makefile
12 lines
281 B
Makefile
--- unix.mk.orig Sun Mar 24 14:37:17 2002
|
|
+++ unix.mk Sun Mar 24 14:37:47 2002
|
|
@@ -47,7 +47,7 @@
|
|
all1:
|
|
set -e; \
|
|
for i in $(SUBDIRS);\
|
|
- do (cd $$i; $(MAKE) -f unix.mk)\
|
|
+ do (echo "===> $$i"; cd $$i; $(MAKE) -f unix.mk)\
|
|
done
|
|
|
|
linux: ;$(MAKE) -f unix.mk CC=cc all1
|