BSD 4_1_snap development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 15 Mar 1981 04:40:01 +0000 (20:40 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 15 Mar 1981 04:40:01 +0000 (20:40 -0800)
Work on file usr/src/lib/MAKE

Synthesized-from: CSRG/cd1/4.1.snap

usr/src/lib/MAKE [new file with mode: 0644]

diff --git a/usr/src/lib/MAKE b/usr/src/lib/MAKE
new file mode 100644 (file)
index 0000000..e7a2b5d
--- /dev/null
@@ -0,0 +1,5 @@
+for i in */.
+do
+       echo "  ======= $i"; date
+       cd $i; make; make DESTDIR=$DESTDIR install clean; cd ..
+done