Skip to content

Commit

Permalink
pass epics base to perl instead of using env
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Dec 12, 2023
1 parent 1263c1b commit 95fe226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion configure/RULES.ioc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include $(CONFIG)/RULES.ioc
modules.lua: \
$(wildcard $(TOP)/configure/RELEASE*) \
$(wildcard $(TOP)/configure/CONFIG_SITE*) | $(INSTALL_BIN)
$(PERL) $(abspath $(TOP)/bin/$(EPICS_HOST_ARCH)/GenLuaModules.pl) -a $(ARCH) -t $(IOCS_APPL_TOP) $@
$(PERL) -I$(EPICS_BASE)/bin/perl $(abspath $(TOP)/bin/$(EPICS_HOST_ARCH)/GenLuaModules.pl) -a $(ARCH) -t $(IOCS_APPL_TOP) $@
3 changes: 0 additions & 3 deletions xxxApp/src/GenLuaModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
use Getopt::Std;
$Getopt::Std::STANDARD_HELP_VERSION = 1;

use FindBin qw($Bin);
use lib ("$EPICS_BASE/lib/perl", $Bin);

use EPICS::Path;
use EPICS::Release;

Expand Down

0 comments on commit 95fe226

Please sign in to comment.