Check-in Number:
|
827 | |
Date: |
2001-Sep-03 19:23:48 (local)
2001-Sep-03 17:23:48 (UTC) |
User: | rse |
Branch: | |
Comment: |
- fix realclean target
- remove tool update targets (done by autogen.sh) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.9 -> 1.10
--- Makefile.in 2001/08/15 10:36:03 1.9
+++ Makefile.in 2001/09/03 17:23:48 1.10
@@ -211,8 +211,12 @@
# by "autoconf && autoheader && ./configure && make all"
realclean: distclean
$(RM) configure
+ $(RM) config.guess config.sub
+ $(RM) ltmain.sh libtool.m4
+ $(RM) shtool
$(RM) l2-config.1
$(RM) l2.3
+ $(RM) l2++.3
# roll a distribution tarball
dist: distclean
@@ -233,25 +237,6 @@
update-version:
@OPT="-s`$(SHTOOL) version -lc -dshort $(_VERSION_FILE)`" && $(_VERSION)
-# update build environment tools
-update-tools:
- @$(RM) ltmain.sh ltconfig shtool
- @$(MAKE) $(MFLAGS) ltmain.sh ltconfig configure shtool
-configure: configure.in aclocal.m4
- $(RM) configure
- autoconf
-ltmain.sh:
- @F=`libtoolize -n -c -f | grep 'cp.*ltmain.sh' |\
- sed -e 's;[^/]*;;' -e 's; .*;;'`; \
- echo "ltmain.sh <-- $$F"; cat $$F |\
- sed -e 's:/bin/sh; then:/bin/sh || test "$$nonopt" = ./shtool;then:' \
- -e 's:exec \$$SHELL \$$0 --finish:exit 0 #:' >ltmain.sh
-ltconfig:
- @F=`libtoolize -n -c -f | grep 'cp.*ltconfig' | sed -e 's;[^/]*;;' -e 's; .*;;'`; \
- echo "ltconfig <-- $$F"; cp $$F .
-shtool:
- shtoolize -o shtool echo version mkdir install fixperm tarball
-
# create dependencies
depend:
cp Makefile.in Makefile.in.bak \
|
|