Navigation Menu

Skip to content

Commit

Permalink
Be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Barnes committed Apr 29, 2015
1 parent b90b1ba commit d4bbcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Makefile.jenkins
Expand Up @@ -12,8 +12,8 @@ def_deploy_rpms_args = -f

clean_files =
clobber_files = $(clean_files) \
$(wildcard results_*-build-src) \
$(wildcard results_*-build-$(BUILD_OS)-$(BUILD_ARCH))
$(wildcard results_$(Package)-build-src) \
$(wildcard results_$(Package)-build-$(BUILD_OS)-$(BUILD_ARCH))
distclean_files = $(clobber_files)

commit-%: BUILD_NUMBER:=$(if $(BUILD_NUMBER),0.$(BUILD_NUMBER))
Expand Down

0 comments on commit d4bbcfa

Please sign in to comment.