svn commit: samba r11386 - in branches/SAMBA_4_0/source: . pidl

jelmer at samba.org jelmer at samba.org
Fri Oct 28 22:40:32 GMT 2005


Author: jelmer
Date: 2005-10-28 22:40:31 +0000 (Fri, 28 Oct 2005)
New Revision: 11386

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

Log:
Add install rule for pidl

Modified:
   branches/SAMBA_4_0/source/main.mk
   branches/SAMBA_4_0/source/pidl/TODO


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2005-10-28 22:32:22 UTC (rev 11385)
+++ branches/SAMBA_4_0/source/main.mk	2005-10-28 22:40:31 UTC (rev 11386)
@@ -75,7 +75,7 @@
 	 -DSWATDIR=\"$(SWATDIR)\" -DPRIVATE_DIR=\"$(PRIVATEDIR)\"
 
 install: showlayout installbin installdat installswat installmisc installlib \
-	installheader
+	installheader installpidl
 
 # DESTDIR is used here to prevent packagers wasting their time
 # duplicating the Makefile. Remove it and you will have the privilege
@@ -139,6 +139,12 @@
 ctags:
 	ctags `find $(srcdir) -name "*.[ch]"`
 
+pidl/Makefile: pidl/Makefile.PL
+	cd pidl && $(PERL) Makefile.PL
+
+installpidl: pidl/Makefile
+	cd pidl && $(MAKE) install
+
 idl_full: pidl/lib/Parse/Pidl/IDL.pm
 	@CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh FULL $(PIDL_ARGS)
 

Modified: branches/SAMBA_4_0/source/pidl/TODO
===================================================================
--- branches/SAMBA_4_0/source/pidl/TODO	2005-10-28 22:32:22 UTC (rev 11385)
+++ branches/SAMBA_4_0/source/pidl/TODO	2005-10-28 22:40:31 UTC (rev 11386)
@@ -10,7 +10,7 @@
 
 - auto-alloc [ref] pointers for Samba4 during pull if they were NULL
  
-- better replacement for subcontext()
+- replace subcontext() with represent_as()
 
 - --explain-ndr option that dumps out parse tree
 



More information about the samba-cvs mailing list