English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/mksh/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3274 - (show annotations) (download)
Wed Jul 18 14:18:59 2007 UTC (6 years, 7 months ago) by tg
File size: 892 byte(s)
more nfo conversion

1 # $FreeWRT$
2 #-
3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
4 # material, please see the LICENCE file in the top-level directory
5 # or at http://www.freewrt.org/licence for details.
6
7 include ${TOPDIR}/rules.mk
8 include Makefile.inc
9 include ${TOPDIR}/mk/package.mk
10
11 $(eval ${NFO_TEMPLATES})
12
13 ifeq ($(strip ${FWRT_PACKAGE_MKSH_SMALL}),y)
14 TCPPFLAGS+= -DMKSH_SMALL=1
15 endif
16
17 do-build:
18 cd ${WRKBUILD} && CC='${TARGET_CC}' CFLAGS='${TCFLAGS}' \
19 CPPFLAGS='${TCPPFLAGS}' LDFLAGS='${TLDFLAGS}' \
20 HAVE_SETLOCALE_CTYPE=0 \
21 TARGET_OS=${UNAME_S} ${MBSH} ${WRKSRC}/Build.sh -r
22
23 do-install:
24 install -d -m 0755 ${IDIR_MKSH}/bin
25 install -d -m 0755 ${IDIR_MKSH}/etc
26 install -c -m 755 ${WRKBUILD}/mksh ${IDIR_MKSH}/bin/
27 install -c -m 444 ${WRKSRC}/dot.mkshrc ${IDIR_MKSH}/etc/mkshrc
28 cd ${IDIR_MKSH}/bin; ln -sf mksh sh; ln -sf mksh ash
29
30 include ${TOPDIR}/mk/pkg-bottom.mk

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20