Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2010 11:53:56 GMT
From:      Ivan Voras <ivoras@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177995 for review
Message-ID:  <201005091153.o49Brukn081854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177995?ac=10

Change 177995 by ivoras@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005091153.o49Brukn081854>