svn commit: samba r14547 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Sat Mar 18 20:45:10 GMT 2006


Author: jelmer
Date: 2006-03-18 20:45:09 +0000 (Sat, 18 Mar 2006)
New Revision: 14547

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14547

Log:
Don't install pidl - it fails on the buildfarm as it doesn't obey $PREFIX. I should've remembered, as this problem has hit me before... 

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-18 19:49:30 UTC (rev 14546)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-18 20:45:09 UTC (rev 14547)
@@ -82,7 +82,7 @@
 LMHOSTSFILE = $(CONFIGDIR)/lmhosts
 
 install: showlayout installbin installdat installswat installmisc installlib \
-	installheader installpc installplugins installpidl
+	installheader installpc installplugins
 
 # DESTDIR is used here to prevent packagers wasting their time
 # duplicating the Makefile. Remove it and you will have the privilege
@@ -150,7 +150,7 @@
 	@$(SHELL) $(srcdir)/script/installpc.sh $(srcdir) $(DESTDIR)$(PKGCONFIGDIR) $(PC_FILES)
 
 uninstall: uninstallbin uninstallman uninstallmisc uninstalllib uninstallheader \
-	uninstallplugins uninstallpidl
+	uninstallplugins
 
 uninstallmisc:
 	#FIXME
@@ -179,7 +179,7 @@
 	ctags `find $(srcdir) -name "*.[ch]"`
 
 pidl/Makefile: pidl/Makefile.PL
-	cd pidl && $(PERL) Makefile.PL INSTALLSITEBIN=$(BINDIR) INSTALLSCRIPT=$(BINDIR) INSTALLSITEMAN1DIR=$(MANDIR)/man1 INSTALLSITEMAN3DIR=$(MANDIR)/man3
+	cd pidl && $(PERL) Makefile.PL 
 
 installpidl: pidl/Makefile
 	$(MAKE) -C pidl install



More information about the samba-cvs mailing list