File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ $(1)_extracted=$$($(1)_extract_dir)/.stamp_extracted
76
76
$(1 ) _preprocessed=$$($(1 ) _extract_dir) /.stamp_preprocessed
77
77
$(1 ) _cleaned=$$($(1 ) _extract_dir) /.stamp_cleaned
78
78
$(1 ) _built=$$($(1 ) _build_dir) /.stamp_built
79
- $(1 ) _configured=$$( $(1 ) _build_dir) /.stamp_configured
79
+ $(1 ) _configured=$( host_prefix ) /. $(1 ) _stamp_configured
80
80
$(1 ) _staged=$$($(1 ) _staging_dir) /.stamp_staged
81
81
$(1 ) _postprocessed=$$($(1 ) _staging_prefix_dir) /.stamp_postprocessed
82
82
$(1 ) _download_path_fixed=$(subst :,\:,$$($(1 ) _download_path) )
@@ -214,8 +214,8 @@ $($(1)_preprocessed): | $($(1)_extracted)
214
214
$($(1 ) _configured) : | $($(1 ) _dependencies) $($(1 ) _preprocessed)
215
215
echo Configuring $(1 ) ...
216
216
rm -rf $(host_prefix ) ; mkdir -p $(host_prefix ) /lib; cd $(host_prefix ) ; $(foreach package,$($(1 ) _all_dependencies) , $(build_TAR ) --no-same-owner -xf $($(package ) _cached) ; )
217
- mkdir -p $$(@D )
218
- +{ cd $$(@D ) ; export $($(1 ) _config_env) ; $($(1 ) _config_cmds) ; } $$($(1 ) _logging)
217
+ mkdir -p $$($( 1 ) _build_dir )
218
+ +{ cd $$($( 1 ) _build_dir ) ; export $($(1 ) _config_env) ; $($(1 ) _config_cmds) ; } $$($(1 ) _logging)
219
219
touch $$@
220
220
$($(1 ) _built) : | $($(1 ) _configured)
221
221
echo Building $(1 ) ...
You can’t perform that action at this time.
0 commit comments