]> andersk Git - moira.git/commitdiff
use a "set -x" to be more verbose about the install
authordanw <danw>
Fri, 30 Oct 1998 18:18:55 +0000 (18:18 +0000)
committerdanw <danw>
Fri, 30 Oct 1998 18:18:55 +0000 (18:18 +0000)
incremental/Makefile.in
regtape/Makefile.in

index d04438b5af6cf5e4af589268df9cc7264a5d6c82..77cbb81f70f70fe1acffeace77d87ee37cd77ddf 100644 (file)
@@ -47,7 +47,7 @@ depend:
 install: all
        $(INSTALL_PROGRAM) afs.incr $(mrbindir)
        $(INSTALL_PROGRAM) ksrvtgt $(mrbindir)
-       @for p in afs_create.pl afs_nightly.pl afs_quota.pl afs_rename.pl afs_utils.pl; do $(INSTALL_PROGRAM) $$p $(mrbindir); done
+       @set -x; for p in afs_create.pl afs_nightly.pl afs_quota.pl afs_rename.pl afs_utils.pl; do $(INSTALL_PROGRAM) $$p $(mrbindir); done
 
 afs.incr: $(AFS_OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(AFS_OBJS) $(AFS_LIBS) -lprot -lauth \
index 58afe52d30378d78a273c8f55d4f96f9199944c5..1295e7d2c91701550e6f2598525380ca6c28d5a3 100644 (file)
@@ -55,7 +55,7 @@ clean:
 depend: $(CFILES)
 
 install: all
-       @for p in $(TARGET); do $(INSTALL_PROGRAM) $$p $(mrbindir); done
+       @set -x; for p in $(TARGET); do $(INSTALL_PROGRAM) $$p $(mrbindir); done
 
 students: $(STUDENTS_OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(STUDENTS_OBJS) $(SQL_LIBS) $(LIBS)
This page took 0.165057 seconds and 5 git commands to generate.