Changeset a2a9be9 in freewrt


Ignore:
Timestamp:
Jun 4, 2007, 4:56:53 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
fa09443
Parents:
a3e474f
Message:

with espie's toucher we don't need that any more

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

Location:
package
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • package/fuse/Makefile

    ra3e474f ra2a9be9  
    3939                        CROSS_COMPILE="${TARGET_CROSS}"
    4040
    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 
    5041post-install:
    5142        ${INSTALL_DIR} ${IDIR_LIBFUSE}/usr/lib
  • package/gnutls/Makefile

    ra3e474f ra2a9be9  
    3636INSTALL_STYLE=          auto
    3737
    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 
    4838post-install:
    4939        ${INSTALL_DIR} ${IDIR_LIBGNUTLS}/usr/lib
  • package/ipsec-tools/Makefile

    ra3e474f ra2a9be9  
    2727INSTALL_STYLE=          auto
    2828
    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 
    3829post-install:
    3930        ${INSTALL_DIR} ${IDIR_IPSEC_TOOLS}/usr/sbin
  • package/libnet/Makefile

    ra3e474f ra2a9be9  
    3131INSTALL_STYLE=          auto
    3232
    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 
    4233post-install:
    4334        ${INSTALL_DIR} ${IDIR_LIBNET}/usr/lib
  • package/libtasn1/Makefile

    ra3e474f ra2a9be9  
    2525INSTALL_STYLE=          auto
    2626
    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 
    3727post-install:
    3828        ${INSTALL_DIR} ${IDIR_LIBTASN1}/usr/lib
  • package/mtr/Makefile

    ra3e474f ra2a9be9  
    2222BUILD_STYLE:=           auto
    2323INSTALL_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         )
    3824
    3925post-install:
  • package/opencdk/Makefile

    ra3e474f ra2a9be9  
    2828INSTALL_STYLE:=         auto
    2929
    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 
    4030post-install:
    4131        ${INSTALL_DIR} ${IDIR_LIBOPENCDK}/usr/lib
  • package/slurm/Makefile

    ra3e474f ra2a9be9  
    2525INSTALL_STYLE:=         auto
    2626
    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 
    3627post-install:
    3728        ${INSTALL_DIR} ${IDIR_SLURM}/usr/bin
  • package/xsupplicant/Makefile

    ra3e474f ra2a9be9  
    2828INSTALL_STYLE:=         auto
    2929
    30 pre-configure:
    31         touch ${WRKBUILD}/configure.in
    32         touch ${WRKBUILD}/aclocal.m4
    33         touch ${WRKBUILD}/Makefile.in
    34         touch ${WRKBUILD}/configure
    35 
    3630post-install:
    3731        ${INSTALL_DIR} ${IDIR_XSUPPLICANT}/etc
Note: See TracChangeset for help on using the changeset viewer.