[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] docs: make .txt files writable when building from r/o sources
On 04/07/14 15:43, Jan Beulich wrote: > Otherwise an incremental build will fail to overwrite the destination > files. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> > > --- a/docs/Makefile > +++ b/docs/Makefile > @@ -125,6 +125,7 @@ endif > html/%.txt: %.txt > $(INSTALL_DIR) $(@D) > cp $< $@ > + chmod u+w $@ Perhaps $(INSTALL_DATA) in preference to cp + chmod ? ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |