1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/src/lib/libcmd
Martijn Dekker 580ff61617 Fix release and standards build flags (re: 35672208, aa4669ad)
bin/package, src/cmd/INIT/package.sh:
- CCFLAGS overwrites the autodetected optimisation flags (e.g. -Os)
  if set. Unfortunately, that also happened when we added something
  to CCFLAGS for a release build or to add an extra flag needed by
  Solaris. The fix is to use a new flags variable (KSH_RELFLAGS)
  instead. This needs to be done in a different place as it needs
  to be added to the mamake command as an assignment argument.
- Remove the Solaris CCFLAGS hack; see features/common below.

src/*/*/Mamfile:
- Add ${KSH_RELFLAGS} to all the compiler commands.

src/lib/libast/features/common:
- Enable POSIX standard on Solaris (i.e.: if __sun is defined) by
  defining _XPG6 directly in the feature test that generates
  ast_std.h, which is indirectly included by everything. This
  removes the need to pass -D_XPG6 via CCFLAGS. (Doing so
  automatically with gcc was not otherwise possible.)

src/cmd/INIT/cc.sol11.*:
- No longer pass -D_XPG6, as per above.
2021-01-18 01:07:45 +00:00
..
features Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
basename.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cat.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
chgrp.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
chmod.c Fix 47 typos in user-facing help and error messages 2020-06-12 01:45:12 +02:00
chown.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cksum.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cmd.h Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cmdinit.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cmp.c libcmd/cmp: report read errors (Solaris patch 045-CR7025778) 2021-01-08 05:13:02 +00:00
comm.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
cp.c Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
cut.c Fix 39 spelling errors and a formatting issue 2020-06-12 01:45:18 +02:00
date.c Fix some formatting errors, typos and other problems (#78) 2020-07-16 22:27:00 +01:00
dirname.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
expr.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
fds.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
fmt.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
fold.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
fts_fix.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
fts_fix.h Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
getconf.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
head.c Fix 47 typos in user-facing help and error messages 2020-06-12 01:45:12 +02:00
id.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
join.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
lib.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
ln.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
logname.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
Makefile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
Mamfile Fix release and standards build flags (re: 35672208, aa4669ad) 2021-01-18 01:07:45 +00:00
md5sum.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
mkdir.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
mkfifo.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
mktemp.c Fix 47 typos in user-facing help and error messages 2020-06-12 01:45:12 +02:00
mv.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
paste.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathchk.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pids.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
RELEASE Fix a large number of typos and other problems (#110) 2020-08-07 00:50:11 +01:00
rev.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
rev.h Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
revlib.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
rm.c Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
rmdir.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
stty.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
sum.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
sync.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
tail.c Fixes for implicit declaration warnings 2020-06-14 09:55:08 -04:00
tee.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
tty.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
uname.c Fix 47 typos in user-facing help and error messages 2020-06-12 01:45:12 +02:00
uniq.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
vmstate.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
wc.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
wc.h Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
wclib.c libcmd/wclib: Fix for wide char handling (Solaris 055-CR7026179) 2021-01-08 05:20:28 +00:00