From 03685e42c19a07e68787d8e51f12ce42d95ed1bc Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sat, 22 Jul 2006 19:04:30 +0000 Subject: [PATCH] Small usability enhancements --- src/regexp/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/regexp/Makefile b/src/regexp/Makefile index b25ae04..78215df 100644 --- a/src/regexp/Makefile +++ b/src/regexp/Makefile @@ -2,7 +2,7 @@ # File: Makefile # Creation: August 13, 1999 (Friday, 22:13h) # Author: Copyright (C) 1999 Thomas Jensen -# Version: $Id: Makefile,v 1.2 2006/07/08 08:47:58 tsjensen Exp tsjensen $ +# Version: $Id: Makefile,v 1.3 2006/07/12 21:28:38 tsjensen Exp tsjensen $ # Format: GNU make # Web Site: http://boxes.thomasjensen.com/ # Platforms: sparc/Solaris 2.6 and others @@ -25,6 +25,9 @@ # Revision History: # # $Log: Makefile,v $ +# Revision 1.3 2006/07/12 21:28:38 tsjensen +# Added target rcslocks +# # Revision 1.2 2006/07/08 08:47:58 tsjensen # Removed -traditional flag from CFLAGS definition # Updated email and web addresses @@ -57,7 +60,7 @@ regsub.o: regsub.c regmagic.h regexp.h ../config.h $(CC) $(CFLAGS) -c $< snap: $(ALLFILES) - if [ -z "$(SNAPFILE)" ] ; then exit 1 ; fi + @if [ -z "$(SNAPFILE)" ] ; then echo "make snap must be run from the main directory" ; exit 1 ; fi mkdir $(SNAPFILE)/src/regexp cp $(ALLFILES) $(SNAPFILE)/src/regexp @@ -65,7 +68,7 @@ rcstest: -for i in $(ALLFILES) ; do rcsdiff $$i ; done rcslocks: - rlog -L -R $(ALLFILES) + @rlog -L -R $(ALLFILES) | sed -e 's/^/ - src\/regexp\//' logpage: $(C_SRC) @echo $(ALL_CL)