mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-17 15:27:19 +02:00
Small usability enhancements
This commit is contained in:
parent
148ebfb4c3
commit
03685e42c1
@ -2,7 +2,7 @@
|
|||||||
# File: Makefile
|
# File: Makefile
|
||||||
# Creation: August 13, 1999 (Friday, 22:13h)
|
# Creation: August 13, 1999 (Friday, 22:13h)
|
||||||
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||||
# 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
|
# Format: GNU make
|
||||||
# Web Site: http://boxes.thomasjensen.com/
|
# Web Site: http://boxes.thomasjensen.com/
|
||||||
# Platforms: sparc/Solaris 2.6 and others
|
# Platforms: sparc/Solaris 2.6 and others
|
||||||
@ -25,6 +25,9 @@
|
|||||||
# Revision History:
|
# Revision History:
|
||||||
#
|
#
|
||||||
# $Log: Makefile,v $
|
# $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
|
# Revision 1.2 2006/07/08 08:47:58 tsjensen
|
||||||
# Removed -traditional flag from CFLAGS definition
|
# Removed -traditional flag from CFLAGS definition
|
||||||
# Updated email and web addresses
|
# Updated email and web addresses
|
||||||
@ -57,7 +60,7 @@ regsub.o: regsub.c regmagic.h regexp.h ../config.h
|
|||||||
$(CC) $(CFLAGS) -c $<
|
$(CC) $(CFLAGS) -c $<
|
||||||
|
|
||||||
snap: $(ALLFILES)
|
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
|
mkdir $(SNAPFILE)/src/regexp
|
||||||
cp $(ALLFILES) $(SNAPFILE)/src/regexp
|
cp $(ALLFILES) $(SNAPFILE)/src/regexp
|
||||||
|
|
||||||
@ -65,7 +68,7 @@ rcstest:
|
|||||||
-for i in $(ALLFILES) ; do rcsdiff $$i ; done
|
-for i in $(ALLFILES) ; do rcsdiff $$i ; done
|
||||||
|
|
||||||
rcslocks:
|
rcslocks:
|
||||||
rlog -L -R $(ALLFILES)
|
@rlog -L -R $(ALLFILES) | sed -e 's/^/ - src\/regexp\//'
|
||||||
|
|
||||||
logpage: $(C_SRC)
|
logpage: $(C_SRC)
|
||||||
@echo $(ALL_CL)
|
@echo $(ALL_CL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user