[svn-commits] murf: branch 1.2 r2487 - /branches/1.2/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed May 2 12:54:24 MST 2007
Author: murf
Date: Wed May 2 14:54:24 2007
New Revision: 2487
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2487
Log:
Uh, this wasn't installing: I put a colon in the MAN_PAGES set, and removed an 'exit 1' that prematurely stopped an installation. I'm weirded out. I hope this is a good mod
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2487&r1=2486&r2=2487
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed May 2 14:54:24 2007
@@ -149,7 +149,7 @@
BINS+=zttool
MAN_PAGES_BASE += zttool
endif
-MAN_PAGES = $(MAN_PAGES_BASE%=doc/%.8)
+MAN_PAGES = $(MAN_PAGES_BASE:%=doc/%.8)
ifeq ($(BUILDVER),linux24)
all: prereq $(MODULESO) wct4xxp/wct4xxp.o $(BINS) $(LIBTONEZONE_SO)
@@ -360,7 +360,6 @@
if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi
install -d $(INSTALL_PREFIX)$(MANDIR)
install -m 644 $(MAN_PAGES) $(INSTALL_PREFIX)$(MANDIR)
- exit 1
ifeq ($(BUILDVER),linux26)
for x in $(MODULESKO); do \
rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \
More information about the svn-commits
mailing list