Makefile: set tab width=4
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*-
|
# -*- mode: gnumakefile; tab-width: 4; indent-tabs-mode: t; -*-
|
||||||
# vim: tabstop=4
|
# vim: tabstop=4
|
||||||
#
|
#
|
||||||
# ##### BEGIN GPL LICENSE BLOCK #####
|
# ##### BEGIN GPL LICENSE BLOCK #####
|
||||||
@@ -113,7 +113,7 @@ CMAKE_CONFIG = cmake $(BUILD_CMAKE_ARGS) \
|
|||||||
# X11 spesific
|
# X11 spesific
|
||||||
ifdef DISPLAY
|
ifdef DISPLAY
|
||||||
CMAKE_CONFIG_TOOL = cmake-gui
|
CMAKE_CONFIG_TOOL = cmake-gui
|
||||||
else
|
else
|
||||||
CMAKE_CONFIG_TOOL = ccmake
|
CMAKE_CONFIG_TOOL = ccmake
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ all: .FORCE
|
|||||||
# # if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
|
# # if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
|
||||||
# # $(CMAKE_CONFIG); \
|
# # $(CMAKE_CONFIG); \
|
||||||
# # fi
|
# # fi
|
||||||
|
|
||||||
# # do this always incase of failed initial build, could be smarter here...
|
# # do this always incase of failed initial build, could be smarter here...
|
||||||
@$(CMAKE_CONFIG)
|
@$(CMAKE_CONFIG)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user