mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-10 21:12:01 +03:00
Remove debug output.
svn path=/trunk/netsurf/; revision=12308
This commit is contained in:
parent
4ebb145a7d
commit
d5e27b2850
1
Makefile
1
Makefile
@ -427,7 +427,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(TARGET),beos)
|
ifeq ($(TARGET),beos)
|
||||||
$(RDEF_IMP_BEOS): $(RDEP_BEOS)
|
$(RDEF_IMP_BEOS): $(RDEP_BEOS)
|
||||||
echo $(RDEF_IMP_BEOS)
|
|
||||||
$(VQ)echo " GEN: $@"
|
$(VQ)echo " GEN: $@"
|
||||||
$(Q)n=5000; for f in $^; do echo "resource($$n,\"$${f#beos/res/}\") #'data' import \"$${f#beos/}\";"; n=$$(($$n+1)); done > $@
|
$(Q)n=5000; for f in $^; do echo "resource($$n,\"$${f#beos/res/}\") #'data' import \"$${f#beos/}\";"; n=$$(($$n+1)); done > $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user