Avoid constant rebuild of 'socat'
This commit is contained in:
parent
847d0aaca2
commit
4e01b05d94
@ -57,6 +57,7 @@ $(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
|
||||
$(SOCAT_WORKDIR)/.installed: $(SOCAT_WORKDIR)/socat
|
||||
mkdir -p $(TARGET_DIR)/usr/man/man1
|
||||
$(MAKE) -C $(SOCAT_WORKDIR) install prefix=$(TARGET_DIR)/usr DESTDIR=$(TARGET_DIR)
|
||||
touch $@
|
||||
|
||||
socat: uclibc $(SOCAT_WORKDIR)/.installed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user