mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
ahrg, really fix echo in maps makefile now
This commit is contained in:
+4
-3
@@ -10,8 +10,9 @@ $(DATADIR)/maps.google.com: $(DATADIR) FORCE
|
|||||||
wget -O $(@) http://maps.google.com/
|
wget -O $(@) http://maps.google.com/
|
||||||
|
|
||||||
$(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
|
$(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
|
||||||
$(Q)echo -e "<!DOCTYPE maps SYSTEM \"maps.dtd\">\n" > $(@)
|
$(Q)echo "<!DOCTYPE maps SYSTEM \"maps.dtd\">" > $(@)
|
||||||
$(Q)echo -e "<maps google_version=\""`grep -P "http://khm[0-9]+.google.com/kh/v=[0-9]+.x26" $(DATADIR)/maps.google.com | sed -E s#.*http://khm[0-9]+.google.com/kh/v=## | sed -E s#.x26.*##`"\"/>" >> $(@)
|
$(Q)echo "" >> $(@)
|
||||||
$(Q)echo -e "" >> $(@)
|
$(Q)echo "<maps google_version=\""`grep -P "http://khm[0-9]+.google.com/kh/v=[0-9]+.x26" $(DATADIR)/maps.google.com | sed -E s#.*http://khm[0-9]+.google.com/kh/v=## | sed -E s#.x26.*##`"\"/>" >> $(@)
|
||||||
|
$(Q)echo "" >> $(@)
|
||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|||||||
Reference in New Issue
Block a user