Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/include/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (show annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File size: 287 byte(s)
-updated to klibc-1.5.19
1 always := asm
2
3 $(obj)/asm:
4 @echo ' SYMLINK $@ -> include/asm-$(KLIBCASMARCH)'
5 $(Q)if [ '$(KLIBCKERNELSRC)/.' -ef '$(obj)/../..' ]; then \
6 ln -fsn ../../include/asm-$(KLIBCASMARCH) $@; \
7 else \
8 ln -fsn $(KLIBCKERNELSRC)/include/asm-$(KLIBCASMARCH) $@; \
9 fi
10
11 clean-files := asm