Changeset a2a9be9 in freewrt
- Timestamp:
- Jun 4, 2007, 4:56:53 PM (19 years ago)
- Children:
- fa09443
- Parents:
- a3e474f
- Location:
- package
- Files:
-
- 9 edited
-
fuse/Makefile (modified) (1 diff)
-
gnutls/Makefile (modified) (1 diff)
-
ipsec-tools/Makefile (modified) (1 diff)
-
libnet/Makefile (modified) (1 diff)
-
libtasn1/Makefile (modified) (1 diff)
-
mtr/Makefile (modified) (1 diff)
-
opencdk/Makefile (modified) (1 diff)
-
slurm/Makefile (modified) (1 diff)
-
xsupplicant/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/fuse/Makefile
ra3e474f ra2a9be9 39 39 CROSS_COMPILE="${TARGET_CROSS}" 40 40 41 pre-configure:42 (cd ${WRKBUILD} ; \43 touch configure.in ; \44 touch aclocal.m4 ; \45 touch Makefile.in ; \46 touch include/config.h.in ; \47 touch configure ; \48 );49 50 41 post-install: 51 42 ${INSTALL_DIR} ${IDIR_LIBFUSE}/usr/lib -
package/gnutls/Makefile
ra3e474f ra2a9be9 36 36 INSTALL_STYLE= auto 37 37 38 pre-configure:39 (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \40 touch configure.in ; \41 touch acinclude.m4 ; \42 touch aclocal.m4 ; \43 touch Makefile.in ; \44 touch config.h.in ; \45 touch configure ; \46 );47 48 38 post-install: 49 39 ${INSTALL_DIR} ${IDIR_LIBGNUTLS}/usr/lib -
package/ipsec-tools/Makefile
ra3e474f ra2a9be9 27 27 INSTALL_STYLE= auto 28 28 29 pre-configure:30 (cd ${WRKBUILD}; rm -rf config.{cache,status}; \31 touch configure.ac; \32 touch aclocal.m4; \33 touch Makefile.in; \34 touch config.h.in; \35 touch configure; \36 );37 38 29 post-install: 39 30 ${INSTALL_DIR} ${IDIR_IPSEC_TOOLS}/usr/sbin -
package/libnet/Makefile
ra3e474f ra2a9be9 31 31 INSTALL_STYLE= auto 32 32 33 pre-configure:34 (cd ${WRKBUILD}; \35 touch configure.in; \36 touch include.m4; \37 touch aclocal.m4; \38 touch Makefile.in; \39 touch configure; \40 );41 42 33 post-install: 43 34 ${INSTALL_DIR} ${IDIR_LIBNET}/usr/lib -
package/libtasn1/Makefile
ra3e474f ra2a9be9 25 25 INSTALL_STYLE= auto 26 26 27 pre-configure:28 (cd ${WRKBUILD}; \29 touch configure.ac ; \30 touch acinclude.m4 ; \31 touch aclocal.m4 ; \32 touch Makefile.in ; \33 touch config.h.in ; \34 touch configure ; \35 );36 37 27 post-install: 38 28 ${INSTALL_DIR} ${IDIR_LIBTASN1}/usr/lib -
package/mtr/Makefile
ra3e474f ra2a9be9 22 22 BUILD_STYLE:= auto 23 23 INSTALL_STYLE:= auto 24 #XAKE_FLAGS+= CFLAGS="${TCFLAGS}" \25 # CPPFLAGS="${TCPPFLAGS}" \26 # LDFLAGS="${TLDFLAGS}"27 28 pre-configure:29 (cd ${WRKBUILD}; rm -rf config.{cache,status}; \30 touch configure.in; \31 touch aclocal.m4; \32 touch Makefile.in; \33 touch img/Makefile.in; \34 touch stamp-h.in; \35 touch config.h.in; \36 touch configure; \37 )38 24 39 25 post-install: -
package/opencdk/Makefile
ra3e474f ra2a9be9 28 28 INSTALL_STYLE:= auto 29 29 30 pre-configure:31 (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \32 touch configure.ac ; \33 touch acinclude.m4 ; \34 touch aclocal.m4 ; \35 touch Makefile.in ; \36 touch config.h.in ; \37 touch configure ; \38 )39 40 30 post-install: 41 31 ${INSTALL_DIR} ${IDIR_LIBOPENCDK}/usr/lib -
package/slurm/Makefile
ra3e474f ra2a9be9 25 25 INSTALL_STYLE:= auto 26 26 27 pre-configured:28 (cd ${WRKBUILD}; \29 touch configure.in; \30 touch aclocal.m4; \31 touch Makefile.in; \32 touch config.h.in; \33 touch configure; \34 )35 36 27 post-install: 37 28 ${INSTALL_DIR} ${IDIR_SLURM}/usr/bin -
package/xsupplicant/Makefile
ra3e474f ra2a9be9 28 28 INSTALL_STYLE:= auto 29 29 30 pre-configure:31 touch ${WRKBUILD}/configure.in32 touch ${WRKBUILD}/aclocal.m433 touch ${WRKBUILD}/Makefile.in34 touch ${WRKBUILD}/configure35 36 30 post-install: 37 31 ${INSTALL_DIR} ${IDIR_XSUPPLICANT}/etc
Note:
See TracChangeset
for help on using the changeset viewer.
