alpine.mk: clean stamp.repo
This commit is contained in:
parent
3abc172e08
commit
d02470e246
|
@ -80,7 +80,7 @@ endif
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(MODLOOP) $(MODLOOP_DIR) $(MODLOOP_DIRSTAMP) \
|
rm -rf $(MODLOOP) $(MODLOOP_DIR) $(MODLOOP_DIRSTAMP) \
|
||||||
$(INITFS) $(INITFS_DIRSTAMP) $(INITFS_DIR) \
|
$(INITFS) $(INITFS_DIRSTAMP) $(INITFS_DIR) \
|
||||||
$(ISO_DIR)
|
$(ISO_DIR) $(REPOS_DIRSTAMP)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Repos
|
# Repos
|
||||||
|
|
Loading…
Reference in New Issue