[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.62,1.63
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.62,1.63
- Date: Wed, 22 Feb 2006 01:17:32 -0500
Author: bbbush
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9045
Modified Files:
Makefile.common
Log Message:
a second make should not fail because of mkdir
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile.common 20 Feb 2006 08:44:56 -0000 1.62
+++ Makefile.common 22 Feb 2006 06:17:24 -0000 1.63
@@ -383,7 +383,7 @@
#########################################################################
define DIR_template
${1}::
- mkdir ${1}
+ mkdir -p ${1}
distclean::
${RM} -r ${1}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]