Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178790 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-1 / +1 lines)
Lines 1-7 Link Here
1
SUBDIRS = ebfc  elfls  elftoc  rebind  sstrip  
1
SUBDIRS = ebfc  elfls  elftoc  rebind  sstrip  
2
2
3
all:
3
all:
4
	for d in $(SUBDIRS); do cd $$d ; CFLAGS="$(CFLAGS)" CC=$(CC) $(MAKE) ; cd - ; done
4
	set -e; for d in $(SUBDIRS); do cd $$d ; CFLAGS="$(CFLAGS)" CC=$(CC) $(MAKE) ; cd - ; done
5
clean:
5
clean:
6
	
6
	
7
	for d in $(SUBDIRS); do cd $$d ; $(MAKE) clean; cd - ; done
7
	for d in $(SUBDIRS); do cd $$d ; $(MAKE) clean; cd - ; done

Return to bug 178790