Skip to content

Commit

Permalink
no hooks are needed for OMShell, OMEdit, OMPlot, OMNotebook anymore
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #104
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Apr 1, 2019
1 parent 6cde393 commit 616fed6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion OMEdit/Makefile.omdev.mingw
Expand Up @@ -27,7 +27,6 @@ mkbuilddirs:

omedit: mkbuilddirs qjson-build
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.omdev.mingw
cp -puf common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit

clean:
cd qjson && rm -rf build
Expand Down
1 change: 0 additions & 1 deletion OMNotebook/OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
Expand Up @@ -53,7 +53,6 @@ build: omc_config.h $(NAME) Resources/nls/qm.stamp
mkdir -p $$DIRS) && \
cd ../../DrControl/ && \
find . -name \*.onb -exec cp {} $(builddir_share)/omnotebook/drcontrol/{} \;)
cp -puf ../../common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit

Makefile: OMNotebookGUI.pro
$(QMAKE) "CONFIG+=release"
Expand Down
1 change: 0 additions & 1 deletion OMPlot/Makefile.omdev.mingw
Expand Up @@ -8,7 +8,6 @@ buildlib=$(OMBUILDDIR)/lib/omc

omplot: mkbuilddirs qwt
$(MAKE) -C OMPlot/OMPlotGUI -f Makefile.omdev.mingw
cp -puf common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit

$(buildlib)/libomqwt.a: mkbuilddirs qwt-build

Expand Down
1 change: 0 additions & 1 deletion OMShell/OMShell/OMShellGUI/Makefile.omdev.mingw
Expand Up @@ -28,4 +28,3 @@ build: $(NAME)
cp -p ../bin/$(NAME)$(EXE) $(builddir_bin)
cp -p commands.xml $(builddir_share)/omshell/
cp -p OMShell_*.qm $(builddir_share)/omshell/nls/
cp -puf ../../common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit

0 comments on commit 616fed6

Please sign in to comment.