7f523f3202
C4 provides a CVS like feel to Perforce's SCM system p4. C4 is not a substitute for CVS, in that it does not try to mimic CVS's command set. Rather, it provides a workspace (client) where every file is writable, and can be modified on an adhoc basis.
13 lines
282 B
Text
13 lines
282 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/09/01 05:58:49 schmonz Exp $
|
|
|
|
--- Makefile.orig Fri Feb 11 03:11:52 2000
|
|
+++ Makefile
|
|
@@ -2,7 +2,7 @@
|
|
# c4 - CVS like front end for p4
|
|
#
|
|
|
|
-CC = gcc
|
|
+# CC = gcc
|
|
CFLAGS = -O
|
|
# CFLAGS = -g
|
|
OBJS = command.o findroot.o fstat.o ignore.o glob.o \
|