Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> this:
>
>> posix_mkdir=false
>> -if $mkdirprog -m $test_mode -p -- / >/dev/null 2>&1; then
>> - posix_mkdir=true
>> +if $mkdirprog $mkdir_mode -p -- / >/dev/null 2>&1; then
>> + posix_mkdir=:
>
> still falsely thinks the HP-UX mk
"David Everly" <[EMAIL PROTECTED]> writes:
> I've also opened a bug on mkdir -p against ia64-hp-hpux11.23, and I
> want to confirm this bug (I'm not an expert on posix, especially
> relating to umask and mkdir).
I'm sure HP will thank you for your efforts
> Here are the three tests, includin
Hello,
I encountered a problem. If Makefile.am contains:
check_PROGRAMS =
check_SCRIPTS =
TESTS =
then the generated makefile contains:
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
Beacuse the two variabl
On 30 June 2006 14:36, Jan Beulich wrote:
> The code in lib/am/texibuild.am uses a construct `echo "./$@" | sed
> 's|[^/]*$$||'` to obtain the directory of the files to be restored.
> However, this obviously doesn't work when the directory is absolute (i.e.
> when I have the sources on /usr/local/