Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix build/make/install change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 1, 2017
1 parent d32598e commit 06f7d1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ build: all-build
%::
@if [ -x relocate-once.py ]; then ./relocate-once.py; fi
$(MAKE) build/make/Makefile
+$(top_srcdir)/build/bin/sage-logger \
"cd build/make && $(top_srcdir)/build/make/install '$@'" logs/install.log
+abs_top_srcdir=`cd $(top_srcdir) && pwd -P`; \
$(top_srcdir)/build/bin/sage-logger \
"cd build/make && $${abs_top_srcdir}/build/make/install '$@'" logs/install.log

# If configure was run before, rerun it with the old arguments.
# Otherwise, run configure with argument $PREREQ_OPTIONS.
Expand Down

0 comments on commit 06f7d1d

Please sign in to comment.