mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-04-03 10:20:32 +02:00
Added target rcslocks
This commit is contained in:
parent
4883cf3e7d
commit
38a62dec74
@ -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.1 1999/08/13 20:56:09 tsjensen Exp tsjensen $
|
# Version: $Id: Makefile,v 1.2 2006/07/08 08:47:58 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,10 @@
|
|||||||
# Revision History:
|
# Revision History:
|
||||||
#
|
#
|
||||||
# $Log: Makefile,v $
|
# $Log: Makefile,v $
|
||||||
|
# Revision 1.2 2006/07/08 08:47:58 tsjensen
|
||||||
|
# Removed -traditional flag from CFLAGS definition
|
||||||
|
# Updated email and web addresses
|
||||||
|
#
|
||||||
# Revision 1.1 1999/08/13 20:56:09 tsjensen
|
# Revision 1.1 1999/08/13 20:56:09 tsjensen
|
||||||
# Initial revision
|
# Initial revision
|
||||||
#
|
#
|
||||||
@ -60,6 +64,9 @@ snap: $(ALLFILES)
|
|||||||
rcstest:
|
rcstest:
|
||||||
-for i in $(ALLFILES) ; do rcsdiff $$i ; done
|
-for i in $(ALLFILES) ; do rcsdiff $$i ; done
|
||||||
|
|
||||||
|
rcslocks:
|
||||||
|
rlog -L -R $(ALLFILES)
|
||||||
|
|
||||||
logpage: $(C_SRC)
|
logpage: $(C_SRC)
|
||||||
@echo $(ALL_CL)
|
@echo $(ALL_CL)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user