[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes in mkdir definition cause problems
- Date: Tue, 13 Jul 1999 09:30:49 +0200 (CEST)
- From: valette at crf.canon.fr (VALETTE Eric)
- Subject: Changes in mkdir definition cause problems
>>>>> "Ralf" == Ralf Corsepius <corsepiu at faw.uni-ulm.de> writes:
Ralf> include/<dir>/<subdir>/Makefile.in
Ralf> will contain something similar to
Ralf> MKINSTALLDIR= $(SHELL) $(RTEMS_ROOT)/mkinstalldirs
Ralf> INSTALLDIRS=dir1 dir2
Ralf> preinstall:
Ralf> $(MKINSTALLDIRS) $(INSTALLDIRS)
Ralf> $(INSTALL_CHANGE) -m644 $files1 $dir1
Ralf> $(INSTALL_CHANGE) -m755 $files2 $dir2
Ralf> This is not yet completely automake-style, but is a working compromise for RTEMS
Ralf> autoconf Makefile.ins.
Ralf> Unfortunately this is part of another very large patch, of which I am not sure when
Ralf> or if it will be integrated into the source-tree.
Sounds good...
-- eric