Skip to content
Snippets Groups Projects
Commit 33d02878 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: remove rather useless "patch" and "unpatch" make targets

parent a26f7814
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,6 @@ update: FORCE ...@@ -26,12 +26,6 @@ update: FORCE
$(GLUONDIR)/scripts/update.sh $(GLUONDIR)/scripts/update.sh
$(GLUONDIR)/scripts/patch.sh $(GLUONDIR)/scripts/patch.sh
patch: FORCE
$(GLUONDIR)/scripts/patch.sh
unpatch: FORCE
$(GLUONDIR)/scripts/unpatch.sh
update-patches: FORCE update-patches: FORCE
$(GLUONDIR)/scripts/update.sh $(GLUONDIR)/scripts/update.sh
$(GLUONDIR)/scripts/update-patches.sh $(GLUONDIR)/scripts/update-patches.sh
......
#!/bin/bash
set -e
. "$GLUONDIR"/scripts/modules.sh
for module in $GLUON_MODULES; do
cd "$GLUONDIR"/$module
git checkout base
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment