Makefile: remove unecessary export
This commit is contained in:
parent
d24b20d71f
commit
3c45a87e87
1
Makefile
1
Makefile
@ -14,7 +14,6 @@ help:
|
|||||||
|
|
||||||
rpms:
|
rpms:
|
||||||
@echo $(TIMESTAMP) > build_timestamp
|
@echo $(TIMESTAMP) > build_timestamp
|
||||||
export DIST NO_SIGN
|
|
||||||
@echo "Building template: $(TEMPLATE_NAME)"
|
@echo "Building template: $(TEMPLATE_NAME)"
|
||||||
@./create_symlinks_in_rpms_to_install_dir.sh && \
|
@./create_symlinks_in_rpms_to_install_dir.sh && \
|
||||||
sudo -E ./fedorize_image fedorized_images/$(TEMPLATE_NAME).img clean_images/packages.list && \
|
sudo -E ./fedorize_image fedorized_images/$(TEMPLATE_NAME).img clean_images/packages.list && \
|
||||||
|
Loading…
Reference in New Issue
Block a user