1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:33:14 +03:00

fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10273 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ralph 2008-01-26 12:19:45 +00:00
parent 7cae62cc2a
commit 7e19f3339c

View File

@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
else
define progress
:
:;
endef
endif