Changeset 95a95c3 in freewrt for mk


Ignore:
Timestamp:
Jun 29, 2007, 5:41:12 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
5043785
Parents:
c3bf348
Message:

attempt to integrate fwwif into the build, still experimental

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-bottom.mk

    rc3bf348 r95a95c3  
    114114        cd ${WRKBUILD} && env ${MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
    115115            DESTDIR='${WRKINST}' ${FAKE_FLAGS} ${INSTALL_TARGET}
    116 else ifneq ($(filter bsd,${BUILD_STYLE}),)
     116else ifneq ($(filter bsd,${INSTALL_STYLE}),)
    117117        @mkdir -p ${WRKINST}/{,usr/}{bin,include,lib,sbin}
    118118        cd ${WRKBUILD} && env ${MAKE_ENV} ${BSDMAKE} -f ${MAKE_FILE} \
Note: See TracChangeset for help on using the changeset viewer.