Re: make install using "-j"

2006-06-30 Thread Paul Eggert
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

Re: make install using "-j"

2006-06-30 Thread Paul Eggert
"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

Empty check_PROGRAMS causes "make all" to be called

2006-06-30 Thread Stepan Kasal
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

RE: problem with info file backup restoration

2006-06-30 Thread Dave Korn
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/