OSSP CVS Repository

ossp - Check-in [2261]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2261
Date: 2002-Jul-09 10:50:12 (local)
2002-Jul-09 08:50:12 (UTC)
User:rse
Branch:
Comment: axe out l2syslog stuff (will occur on OSSP fsl soon)
Tickets:
Inspections:
Files:
ossp-pkg/l2/Makefile.in      1.43 -> 1.44     1 inserted, 9 deleted
ossp-pkg/l2/l2_syslog.c      1.1->removed
ossp-pkg/l2/l2_syslog.pod      1.2->removed
ossp-pkg/l2/l2_test_syslog.c      1.1->removed

ossp-pkg/l2/Makefile.in 1.43 -> 1.44

--- Makefile.in  2002/05/29 13:53:01     1.43
+++ Makefile.in  2002/07/09 08:50:12     1.44
@@ -57,7 +57,7 @@
 LIBTOOL     = ./libtool
 
 TARGET       = $(TARGET_LIBS) $(TARGET_MANS) $(TARGET_PROGS)
-TARGET_LIBS  = libl2.la libl2syslog.la
+TARGET_LIBS  = libl2.la
 TARGET_MANS  = l2tool.1 l2-config.1 l2.3
 TARGET_PROGS = l2tool l2_test
 
@@ -137,9 +137,6 @@
 libl2.la: $(OBJS)
         $(LIBTOOL) --mode=link --quiet $(CC) -o libl2.la $(OBJS) -rpath $(libdir) \
             -version-info `$(SHTOOL) version -l c -d libtool l2_version.c`
-libl2syslog.la: l2_syslog.lo libl2.la
-        $(LIBTOOL) --mode=link --quiet $(CC) -o libl2syslog.la l2_syslog.lo libl2.la -rpath $(libdir) \
-            -version-info `$(SHTOOL) version -l c -d libtool l2_version.c`
 
 #   build regex library
 l2_ut_pcre.lo: l2_ut_pcre.tab l2_ut_pcre.c
@@ -161,8 +158,6 @@
         $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2tool l2tool.o libl2.la $(LIBS)
 l2_test: l2_test.o libl2.la
         $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2_test l2_test.o libl2.la $(LIBS)
-l2_test_syslog: l2_test_syslog.o libl2syslog.la libl2.la
-        $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2_test_syslog l2_test_syslog.o libl2syslog.la libl2.la $(LIBS)
 
 #   build Unix manual pages
 l2tool.1: l2tool.pod l2_version.c
@@ -201,14 +196,11 @@
         $(SHTOOL) install -c -m 644 l2.h $(DESTDIR)$(includedir)/l2.h
         @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 \
             libl2.la $(DESTDIR)$(libdir)/libl2.la
-        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 \
-            libl2syslog.la $(DESTDIR)$(libdir)/libl2syslog.la
 
 #   perform standard uninstallation procedure
 uninstall:
         $(MAKE) $(MFLAGS) uninstall-c uninstall-std
 uninstall-c:
-        @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libl2syslog.la
         @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libl2.la
         $(RM) $(DESTDIR)$(includedir)/l2.h
         $(RM) $(DESTDIR)$(mandir)/man3/l2.3


ossp-pkg/l2/l2_syslog.c 1.1 -> 1.2



ossp-pkg/l2/l2_syslog.pod 1.2 -> 1.3



ossp-pkg/l2/l2_test_syslog.c 1.1 -> 1.2


CVSTrac 2.0.1