Changeset 2700
- Timestamp:
- 06/04/07 16:56:53 (1 year ago)
- Files:
-
- trunk/freewrt/package/fuse/Makefile (modified) (1 diff)
- trunk/freewrt/package/gnutls/Makefile (modified) (1 diff)
- trunk/freewrt/package/ipsec-tools/Makefile (modified) (1 diff)
- trunk/freewrt/package/libnet/Makefile (modified) (1 diff)
- trunk/freewrt/package/libtasn1/Makefile (modified) (1 diff)
- trunk/freewrt/package/mtr/Makefile (modified) (1 diff)
- trunk/freewrt/package/opencdk/Makefile (modified) (1 diff)
- trunk/freewrt/package/slurm/Makefile (modified) (1 diff)
- trunk/freewrt/package/xsupplicant/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/fuse/Makefile
r2678 r2700 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 trunk/freewrt/package/gnutls/Makefile
r2678 r2700 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 trunk/freewrt/package/ipsec-tools/Makefile
r2678 r2700 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 trunk/freewrt/package/libnet/Makefile
r2678 r2700 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 trunk/freewrt/package/libtasn1/Makefile
r2678 r2700 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 trunk/freewrt/package/mtr/Makefile
r2678 r2700 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: trunk/freewrt/package/opencdk/Makefile
r2678 r2700 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 trunk/freewrt/package/slurm/Makefile
r2678 r2700 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 trunk/freewrt/package/xsupplicant/Makefile
r2678 r2700 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


