Changeset 254

Show
Ignore:
Timestamp:
07/17/06 01:01:14 (2 years ago)
Author:
wbx
Message:

add INSTALL_* variables for execution of install, instead of cp/mkdir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/rules.mk

    r231 r254  
    4747 
    4848CP=cp -fpR 
     49INSTALL_DIR=install -d -m0755 
     50INSTALL_DATA=install -m0644 
     51INSTALL_BIN=install -m0755 
    4952MAKEFLAGS=-j$(BR2_JLEVEL) V=$(V) $(EXTRA_MAKEFLAGS) 
    5053# Strip off the annoying quoting