Changeset df6a922 in bootscripts-embedded for Makefile


Ignore:
Timestamp:
Mar 16, 2011, 3:39:00 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
374f7ce
Parents:
73ee2a6
Message:

Fixed curly bracket expansion in Makefile

Updated Makefile to have each directory in target "create-dirs" target
have its own line. Curly bracket expansion may not work like bash
when used in a Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r73ee2a6 rdf6a922  
    2020
    2121create-dirs:
    22         install -d -m ${DIRMODE} ${EXTDIR}/rc.d/{init.d,start,stop}
     22        install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d
     23        install -d -m ${DIRMODE} ${EXTDIR}/rc.d/start
     24        install -d -m ${DIRMODE} ${EXTDIR}/rc.d/stop
    2325
    2426install-bootscripts: create-dirs
Note: See TracChangeset for help on using the changeset viewer.