OSDN Git Service

Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checking
authorEric Andersen <andersen@codepoet.org>
Tue, 1 Jan 2002 21:25:10 +0000 (21:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 1 Jan 2002 21:25:10 +0000 (21:25 -0000)
Makefile

index cac515a..b22fff8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ headers: dummy
        fi;
        @ln -fs $(KERNEL_SOURCE)/include/linux include/linux
        @ln -fs ../libc/sysdeps/linux/$(TARGET_ARCH)/bits include/bits
-       (cd include/bits; ln -sf ../../../../../uClibc_config.h uClibc_config.h)
+       (cd include/bits && ln -sf ../../../../../uClibc_config.h uClibc_config.h)
        $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
 
 uClibc_config.h: Makefile Config