From f7ac64c6ef0be78182a11e5cc6fa8e2997f0874f Mon Sep 17 00:00:00 2001 From: danw Date: Fri, 30 Oct 1998 18:18:55 +0000 Subject: [PATCH] use a "set -x" to be more verbose about the install --- incremental/Makefile.in | 2 +- regtape/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incremental/Makefile.in b/incremental/Makefile.in index d04438b5..77cbb81f 100644 --- a/incremental/Makefile.in +++ b/incremental/Makefile.in @@ -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 \ diff --git a/regtape/Makefile.in b/regtape/Makefile.in index 58afe52d..1295e7d2 100644 --- a/regtape/Makefile.in +++ b/regtape/Makefile.in @@ -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) -- 2.45.1