[csw-devel] SF.net SVN: gar:[2463] csw/mgar/pkg/vsftpd/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Dec 6 16:03:15 CET 2008


Revision: 2463
          http://gar.svn.sourceforge.net/gar/?rev=2463&view=rev
Author:   chninkel
Date:     2008-12-06 15:03:15 +0000 (Sat, 06 Dec 2008)

Log Message:
-----------
vsftpd: verbose pre-install step in Makefile

Modified Paths:
--------------
    csw/mgar/pkg/vsftpd/trunk/Makefile

Modified: csw/mgar/pkg/vsftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/Makefile	2008-12-06 14:57:20 UTC (rev 2462)
+++ csw/mgar/pkg/vsftpd/trunk/Makefile	2008-12-06 15:03:15 UTC (rev 2463)
@@ -89,7 +89,8 @@
 
 # we create the csw directory hierarchy 
 pre-install:
-	@( install -d $(DESTDIR)$(sbindir); \
+	@echo "Creating csw directories"
+	( install -d $(DESTDIR)$(sbindir); \
 	 install -d $(DESTDIR)$(mandir)/man5; \
 	 install -d $(DESTDIR)$(mandir)/man8; \
 	 ln -sf $(DESTDIR)$(mandir) $(DESTDIR)$(prefix)/man; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list