Changeset a3a0bf3 in freewrt


Ignore:
Timestamp:
Jul 17, 2006, 1:01:14 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
0a40224
Parents:
26873aa
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@254 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rules.mk

    r26873aa ra3a0bf3  
    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
Note: See TracChangeset for help on using the changeset viewer.