PERFORCE change 177995 for review

Ivan Voras ivoras at FreeBSD.org
Sun May 9 11:53:56 UTC 2010


http://p4web.freebsd.org/@@177995?ac=10

Change 177995 by ivoras at betelgeuse on 2010/05/09 11:52:55

	Skeleton for future work. Compilable as standalone outside the
	src tree.

Affected files ...

.. //depot/projects/soc2010/pkg_patch/src/Makefile#2 edit
.. //depot/projects/soc2010/pkg_patch/src/Makefile.inc#2 edit
.. //depot/projects/soc2010/pkg_patch/src/patch/Makefile#1 add
.. //depot/projects/soc2010/pkg_patch/src/patch/main.c#1 add
.. //depot/projects/soc2010/pkg_patch/src/patch/pkg_patch.1#1 add

Differences ...

==== //depot/projects/soc2010/pkg_patch/src/Makefile#2 (text+ko) ====

@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR=	add create delete info updating version
+SUBDIR=	add create delete info updating version patch
 
 .include <bsd.subdir.mk>
 

==== //depot/projects/soc2010/pkg_patch/src/Makefile.inc#2 (text+ko) ====

@@ -9,4 +9,4 @@
 LDADD+=		-lpkg
 
 # Inherit BINDIR from one level up.
-.include "../Makefile.inc"
+#.include "../Makefile.inc"


More information about the p4-projects mailing list