mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
This commit is contained in:
commit
e2b6c5420f
2 changed files with 7 additions and 3 deletions
|
@ -492,10 +492,10 @@ XCOMM don't bother if the fileset doesn't exist
|
|||
Log " - creating ${2}.lst file"
|
||||
KORNSHELL $TOOL_DIR/udbToAny.ksh -toLst -ReleaseStream $PLATFORM \
|
||||
$DATABASE_DIR/${2}.udb > /tmp/${2}.lst
|
||||
Log " - installing ... \c"
|
||||
Log " - installing ... "
|
||||
KORNSHELL $TOOL_DIR/mkProd -D / -S $BUILD_TREE /tmp/${2}.lst \
|
||||
2>/tmp/${2}.err 1>/tmp/${2}.good
|
||||
Log "done."
|
||||
Log " done."
|
||||
|
||||
Log " - checking for errors ..."
|
||||
rm -f /tmp/${2}.missing
|
||||
|
|
|
@ -91,7 +91,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
#define SetTtyGroup YES
|
||||
|
||||
#define CcCmd gcc -g -pipe
|
||||
#define CplusplusCmd g++ -g -pipe -fpermissive
|
||||
#define CplusplusCmd g++ -g -pipe -fpermissive
|
||||
#define AsCmd as
|
||||
#define LdCmd ld
|
||||
|
||||
|
@ -169,6 +169,8 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
#define HasPlugin YES
|
||||
#define VendorHasX11R6_3libXext YES /* XC or XFree86 3.3.1 */
|
||||
#endif
|
||||
/* add this to void screenfuls of warnings from makedepend */
|
||||
#define DependFlags -I/usr/include/i386-linux-gnu
|
||||
#endif /* i386Architecture */
|
||||
|
||||
#ifdef AMD64Architecture
|
||||
|
@ -181,6 +183,8 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
#define HasPlugin YES
|
||||
#define VendorHasX11R6_3libXext YES /* XC or XFree86 3.3.1 */
|
||||
#endif
|
||||
/* add this to void screenfuls of warnings from makedepend */
|
||||
#define DependFlags -I/usr/include/x86_64-linux-gnu
|
||||
#endif /* AMD64Architecture */
|
||||
|
||||
#ifdef PpcArchitecture
|
||||
|
|
Loading…
Reference in a new issue