Skip to content

Commit

Permalink
* Makefile.am: Slight change in make ipk tagrget. It seems that some…
Browse files Browse the repository at this point in the history
…times builddir isn't defined. srcdir works just as well in this case.
  • Loading branch information
benoitg committed Jul 6, 2007
1 parent f202562 commit 20dfa31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# $Id$
2007-07-06 Benoit Gr�goire <[email protected]>
* Makefile.am: Slight change in make ipk tagrget. It seems that sometimes builddir isn't defined. srcdir works just as well in this case.

2007-06-27 Benoit Gr�goire <[email protected]>
* util.c: Fix while loop initialisation bug
* conf.h: Forgot to change the value of NUM_EXT_INTERFACE_DETECT_RETRY to actually make it wait forever.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ doc:
ipk: dist
make -C $(OPENWRTSDK) distclean
mkdir -p $(OPENWRTSDK)/dl
cp -f ${builddir}/wifidog-@[email protected] $(OPENWRTSDK)/dl/
make -C ${builddir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99
cp -f ${srcdir}/wifidog-@[email protected] $(OPENWRTSDK)/dl/
make -C ${srcdir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99
@echo DONE. If there were no errors, your package should be in: $(OPENWRTSDK)/bin/packages/
.PHONY: rpm
rpm: dist
Expand Down

0 comments on commit 20dfa31

Please sign in to comment.