svn commit: trunk/uClibc
andersen at uclibc.org
andersen at uclibc.org
Thu Feb 1 18:21:00 PST 2007
Author: andersen
Date: 2007-02-01 18:20:59 -0800 (Thu, 01 Feb 2007)
New Revision: 17719
Log:
use sane line breaks
Modified:
trunk/uClibc/Makefile.in
Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in 2007-02-02 02:15:09 UTC (rev 17718)
+++ trunk/uClibc/Makefile.in 2007-02-02 02:20:59 UTC (rev 17719)
@@ -116,7 +116,8 @@
rm -f tar_exclude
printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
- echo '/* Dont use _syscall#() macros; use the syscall() function */' > $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
+ echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
+ $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_uintmaxtostr.h
More information about the uClibc-cvs
mailing list