better scope handling for the configured stamp
SVN-Revision: 9566
This commit is contained in:
		| @@ -75,6 +75,9 @@ define Build/DefaultTargets | |||||||
|  |  | ||||||
|   define Build/DefaultTargets |   define Build/DefaultTargets | ||||||
|   endef |   endef | ||||||
|  |  | ||||||
|  |   prepare: $(STAMP_PREPARED) | ||||||
|  |   configure: $(STAMP_CONFIGURED) | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define BuildPackage | define BuildPackage | ||||||
| @@ -148,8 +151,8 @@ $(PACKAGE_DIR): | |||||||
| 		 | 		 | ||||||
| dumpinfo: | dumpinfo: | ||||||
| download: | download: | ||||||
| prepare: $(STAMP_PREPARED) | prepare: | ||||||
| configure: $(STAMP_CONFIGURED) | configure: | ||||||
| compile: | compile: | ||||||
| install: | install: | ||||||
| clean: FORCE | clean: FORCE | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau