Changeset 10256
- Timestamp:
- 09/01/08 16:36:45 (5 years ago)
- Location:
- src/router/kromo/dd-wrt
- Files:
-
- 1 added
- 1 edited
-
Makefile (modified) (2 diffs)
-
common_micro.compressed.js (added)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/Makefile
r10033 r10256 15 15 rm -f $(INSTALLDIR)/www/images/favicon.ico 16 16 rm -f $(INSTALLDIR)/www/images/logo.png 17 ifneq ($(CONFIG_COMPRESSEDJS),y) 17 18 cp common_micro.js $(INSTALLDIR)/www/common.js 18 # cp common.compressed.js $(INSTALLDIR)/www/common.js19 19 rm -f $(INSTALLDIR)/www/common_micro.js 20 # rm -f $(INSTALLDIR)/www/common.compressed.js 20 else 21 cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 22 rm -f $(INSTALLDIR)/www/common_micro.compressed.js 23 endif 21 24 rm -f $(INSTALLDIR)/www/Log_incoming.asp 22 25 rm -f $(INSTALLDIR)/www/Log_outgoing.asp … … 25 28 rm -f $(INSTALLDIR)/www/images/favicon.ico 26 29 rm -f $(INSTALLDIR)/www/images/logo.png 30 ifneq ($(CONFIG_COMPRESSEDJS),y) 27 31 cp common_micro.js $(INSTALLDIR)/www/common.js 28 # cp common.compressed.js $(INSTALLDIR)/www/common.js29 32 rm -f $(INSTALLDIR)/www/common_micro.js 30 # rm -f $(INSTALLDIR)/www/common.compressed.js 33 else 34 cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 35 rm -f $(INSTALLDIR)/www/common_micro.compressed.js 36 endif 31 37 rm -f $(INSTALLDIR)/www/Log_incoming.asp 32 38 rm -f $(INSTALLDIR)/www/Log_outgoing.asp
Note: See TracChangeset
for help on using the changeset viewer.
