Changeset 10261


Ignore:
Timestamp:
09/02/08 07:38:42 (5 years ago)
Author:
eko
Message:

makefile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/Makefile

    r10256 r10261  
    1717ifneq ($(CONFIG_COMPRESSEDJS),y) 
    1818        cp common_micro.js $(INSTALLDIR)/www/common.js 
    19         rm -f $(INSTALLDIR)/www/common_micro.js 
    2019else 
    2120        cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 
    22         rm -f $(INSTALLDIR)/www/common_micro.compressed.js 
    2321endif 
    2422        rm -f $(INSTALLDIR)/www/Log_incoming.asp 
    2523        rm -f $(INSTALLDIR)/www/Log_outgoing.asp 
    2624endif 
     25 
    2726ifeq ($(CONFIG_DIST),"micro-special") 
    2827        rm -f $(INSTALLDIR)/www/images/favicon.ico 
     
    3029ifneq ($(CONFIG_COMPRESSEDJS),y) 
    3130        cp common_micro.js $(INSTALLDIR)/www/common.js 
    32         rm -f $(INSTALLDIR)/www/common_micro.js 
    3331else 
    3432        cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 
    35         rm -f $(INSTALLDIR)/www/common_micro.compressed.js 
    3633endif 
    3734        rm -f $(INSTALLDIR)/www/Log_incoming.asp 
    3835        rm -f $(INSTALLDIR)/www/Log_outgoing.asp 
    3936endif 
     37 
    4038        cp -a images $(INSTALLDIR)/www 
    4139        cp -a style $(INSTALLDIR)/www 
     40         
     41        rm -f $(INSTALLDIR)/www/common_micro.js 
     42        rm -f $(INSTALLDIR)/www/common_micro.compressed.js 
    4243 
    4344ifneq ($(CONFIG_DIST),"micro") 
     
    5152endif 
    5253endif 
    53         rm -f $(INSTALLDIR)/www/common_micro.js 
    5454        mkdir -p $(INSTALLDIR)/www/js 
    5555endif 
    5656endif 
     57 
    5758ifeq ($(CONFIG_TW6600),y) 
    5859        cp -a help $(INSTALLDIR)/www 
    59         rm -f $(INSTALLDIR)/www/common_micro.js 
    6060        mkdir -p $(INSTALLDIR)/www/js 
    6161endif 
Note: See TracChangeset for help on using the changeset viewer.