diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-09 22:08:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-09 23:37:05 +0100 |
commit | b2f6fbeafc5a944e98a5511ba9fe29b5b8feb5ca (patch) | |
tree | 29ee6cf4dde501eac30ce5e002f44671fe91402a /smoketestoo_native | |
parent | f43311dfb77342f0d003bee5336215f92500f15c (diff) |
install-gdb-printers for --disable-linkoo
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 90adceb0477b..0e11d61ce70e 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -54,5 +54,8 @@ localinstall : $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) ooinstall $(my_linkoo) $(installationtest_instpath)/opt +.IF "$(DISABLE_LINKOO)" == "TRUE" + install-gdb-printers -L +.END cpptest : localinstall .END |