Commit 0dd9827a5c588445b8178b8c10d1d93681609b08
Fix compilation for systems without -n flag
Author: xaizek
Author date (UTC): 2013-10-16 21:26
Committer name: xaizek
Committer date (UTC): 2013-10-16 21:26
Parent(s): 2bef664a7cd7a4ae546168a07091d2afbc3964f2
Signing key:
Tree: 02059bf5e4675f4d1a53905f0a45cc35df4fb3d4
| File ChangeLog changed (mode: 100644) (index fbbd1dd74..716fca0d1) |
| 200 |
200 |
Fixed storing directories passed as command-line parameters in |
Fixed storing directories passed as command-line parameters in |
| 201 |
201 |
directory history. Thanks to filterfalse. |
directory history. Thanks to filterfalse. |
| 202 |
202 |
|
|
|
203 |
|
Fixed compilation for systems, where coreutils doesn't support -n flag. |
|
204 |
|
|
| 203 |
205 |
0.7.5-beta to 0.7.5 |
0.7.5-beta to 0.7.5 |
| 204 |
206 |
|
|
| 205 |
207 |
Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk). |
Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk). |
| File src/ops.c changed (mode: 100644) (index 08894a278..6d761c3a5) |
| 43 |
43 |
#ifdef SUPPORT_NO_CLOBBER |
#ifdef SUPPORT_NO_CLOBBER |
| 44 |
44 |
#define NO_CLOBBER "-n" |
#define NO_CLOBBER "-n" |
| 45 |
45 |
#else /* SUPPORT_NO_CLOBBER */ |
#else /* SUPPORT_NO_CLOBBER */ |
| 46 |
|
#define NO_CLOBBER |
|
|
46 |
|
#define NO_CLOBBER "" |
| 47 |
47 |
#endif /* SUPPORT_NO_CLOBBER */ |
#endif /* SUPPORT_NO_CLOBBER */ |
| 48 |
48 |
|
|
| 49 |
49 |
#ifdef GNU_TOOLCHAIN |
#ifdef GNU_TOOLCHAIN |