Show
Ignore:
Timestamp:
06/04/08 23:48:54 (7 months ago)
Author:
zumbi
Message:

leftovers

Location:
current/emdebian/trunk/buildcross/branch
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • current/emdebian/trunk/buildcross/branch/Makefile

    r3272 r4004  
    77clean: 
    88 
    9 #DSDIR=$(DESTDIR)/usr/share/buildcross 
     9DSDIR=$(DESTDIR)/usr/share/buildcross 
     10 
    1011install: 
    1112        # Dirs are created by dh_installdirs 
  • current/emdebian/trunk/buildcross/branch/conf_vars.sh

    r3273 r4004  
    1212ROOTCMD=sudo 
    1313FORCE_REBUILD=${FORCE_REBUILD:="no"} 
    14 REPRO_CONF="/var/emdebian/debian" 
     14 
     15# Reprepro config 
     16REPREPRO_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" 
     18COMPONENT=main 
  • current/emdebian/trunk/buildcross/branch/em_compare.sh

    r2453 r4004  
    55# Hector Oron for Emdebian 
    66# 
    7  
    8 REPREPRO_PATH=/var/emdebian/debian/ 
     7source conf_vars.sh 
    98 
    109PKGLIST="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 
    1411# It can be i386, amd64, powerpc 
    1512ARCHOST=$1