svn commit: samba r5033 - in branches/SAMBA_4_0/source: build/smb_build script

tpot at samba.org tpot at samba.org
Thu Jan 27 04:41:40 GMT 2005


Author: tpot
Date: 2005-01-27 04:41:40 +0000 (Thu, 27 Jan 2005)
New Revision: 5033

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

Log:
Remove --with-eparserdir configure option and eparser_idl make target.
This is all done in the lorikeet/ethereal Makefile now.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/check_path.m4
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/script/build_idl.sh


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/check_path.m4	2005-01-27 04:22:44 UTC (rev 5032)
+++ branches/SAMBA_4_0/source/build/smb_build/check_path.m4	2005-01-27 04:41:40 UTC (rev 5033)
@@ -107,24 +107,6 @@
     ;;
   esac])
 
-#################################################
-# set configuration directory location
-eparserdir=""
-
-AC_ARG_WITH(eparserdir,
-[  --with-eparserdir=DIR    Where to put output for the Ethereal/PIDL plugin],
-[ case "$withval" in
-  yes|no)
-  #
-  # Just in case anybody does it
-  #
-    AC_MSG_ERROR([--with-eparserdir called without argument])
-  ;;
-  * )
-    eparserdir="$withval"
-    ;;
-  esac])
-
 AC_SUBST(configdir)
 AC_SUBST(lockdir)
 AC_SUBST(piddir)
@@ -132,7 +114,6 @@
 AC_SUBST(privatedir)
 AC_SUBST(bindir)
 AC_SUBST(sbindir)
-AC_SUBST(eparserdir)
 
 debug=no
 AC_ARG_ENABLE(debug, 

Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-27 04:22:44 UTC (rev 5032)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-27 04:41:40 UTC (rev 5033)
@@ -32,7 +32,6 @@
 VPATH=\@srcdir\@
 srcdir=\@srcdir\@
 builddir=\@builddir\@
-eparserdir=\@eparserdir\@
 
 BASEDIR= \@prefix\@
 BINDIR = \@bindir\@
@@ -132,9 +131,6 @@
 idl: build/pidl/idl.pm
 	\@CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh PARTIAL
 
-eparser_idl: build/pidl/idl.pm
-	CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" EPARSERPREFIX=\"\$(eparserdir)\" script/build_idl.sh EPARSER 
-
 build/pidl/idl.pm: build/pidl/idl.yp
 	-yapp -s build/pidl/idl.yp
 

Modified: branches/SAMBA_4_0/source/script/build_idl.sh
===================================================================
--- branches/SAMBA_4_0/source/script/build_idl.sh	2005-01-27 04:22:44 UTC (rev 5032)
+++ branches/SAMBA_4_0/source/script/build_idl.sh	2005-01-27 04:41:40 UTC (rev 5033)
@@ -5,7 +5,6 @@
 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
 
 PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client"
-EPARSERPIDL="$PERL ./build/pidl/pidl.pl --output $EPARSERPREFIX/ndr_ --parse --header --parser --eparser"
 
 if [ x$FULLBUILD = xFULL ]; then
       echo Rebuilding all idl files in librpc/idl
@@ -13,12 +12,6 @@
       exit 0
 fi
 
-if [ x$FULLBUILD = xEPARSER ]; then
-      echo Rebuilding all idl files in librpc/idl
-      $EPARSERPIDL librpc/idl/*.idl || exit 1
-      exit 0
-fi
-
 list=""
 
 for f in librpc/idl/*.idl; do



More information about the samba-cvs mailing list