[PATCH] libusrp[master]: Makefile.par.gen: Fix .deps directory not present during build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Apr 27 13:15:04 UTC 2018


Review at  https://gerrit.osmocom.org/7942

Makefile.par.gen: Fix .deps directory not present during build

Change-Id: I899cde47bb03ed6f00d431e7d744be6f663ae314
---
M Makefile.par.gen
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/42/7942/1

diff --git a/Makefile.par.gen b/Makefile.par.gen
index 22eb1a0..e161d9b 100644
--- a/Makefile.par.gen
+++ b/Makefile.par.gen
@@ -53,6 +53,7 @@
 MOSTLYCLEANFILES += stamp-sources-generate
 
 stamp-sources-generate: $(gen_sources_deps)
+	mkdir -p $(DEPDIR)
 	@rm -f $(DEPDIR)/stamp-sources-generate-tmp
 	@touch $(DEPDIR)/stamp-sources-generate-tmp
 	$(par_gen_command)

-- 
To view, visit https://gerrit.osmocom.org/7942
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I899cde47bb03ed6f00d431e7d744be6f663ae314
Gerrit-PatchSet: 1
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list