Changeset 4004 for current/emdebian/trunk/buildcross/branch
- Timestamp:
- 06/04/08 23:48:54 (7 months ago)
- Location:
- current/emdebian/trunk/buildcross/branch
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
conf_vars.sh (modified) (1 diff)
-
em_compare.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
current/emdebian/trunk/buildcross/branch/Makefile
r3272 r4004 7 7 clean: 8 8 9 #DSDIR=$(DESTDIR)/usr/share/buildcross 9 DSDIR=$(DESTDIR)/usr/share/buildcross 10 10 11 install: 11 12 # Dirs are created by dh_installdirs -
current/emdebian/trunk/buildcross/branch/conf_vars.sh
r3273 r4004 12 12 ROOTCMD=sudo 13 13 FORCE_REBUILD=${FORCE_REBUILD:="no"} 14 REPRO_CONF="/var/emdebian/debian" 14 15 # Reprepro config 16 REPREPRO_PATH=/var/emdebian/debian/ 17 # PKGLIST="linux-libc-dev libc6 libc6-dev binutils gcc-3.3 gcc-3.4 gcc-4.1 gcc-4.2 gcc-4.3" 18 COMPONENT=main -
current/emdebian/trunk/buildcross/branch/em_compare.sh
r2453 r4004 5 5 # Hector Oron for Emdebian 6 6 # 7 8 REPREPRO_PATH=/var/emdebian/debian/ 7 source conf_vars.sh 9 8 10 9 PKGLIST="linux-libc-dev libc6 libc6-dev binutils gcc-3.3 gcc-3.4 gcc-4.1 gcc-4.2 gcc-4.3" 11 ARCHLIST="arm armel mips mipsel powerpc sparc s390 amd64 m68k hppa alpha ia64 i386" 12 SUITE=unstable 13 COMPONENT=main 10 14 11 # It can be i386, amd64, powerpc 15 12 ARCHOST=$1
