Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
584d324f
Commit
584d324f
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- use on the fly assignment instead prebuilt assignment
parent
4d25d238
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
584d324f
...
@@ -31,8 +31,8 @@ JAR=SLUBVirusCheckPlugin.jar
...
@@ -31,8 +31,8 @@ JAR=SLUBVirusCheckPlugin.jar
BUILD
:=
build/
BUILD
:=
build/
export
CMD
=
/usr/bin/java
-cp
$(
CLASSPATH
)
:
$(
JUNITCLASSPATH
)
:
$(
JAR
)
org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin
export
CMD
=
/usr/bin/java
-cp
$(
CLASSPATH
)
:
$(
JUNITCLASSPATH
)
:
$(
JAR
)
org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin
#export CMD=echo SIGNATURE: Eicar-Signature
#export CMD=echo SIGNATURE: Eicar-Signature
CMD_EICAR
:
=
$(
shell
${
CMD
}
EICAR/eicar |
grep
-F
'SIGNATURE:'
)
CMD_EICAR
=
$(
shell
${
CMD
}
EICAR/eicar |
grep
-F
'SIGNATURE:'
)
CMD_NOVIRUS
:
=
$(
shell
${
CMD
}
Makefile |
grep
-F
'SIGNATURE:'
)
CMD_NOVIRUS
=
$(
shell
${
CMD
}
Makefile |
grep
-F
'SIGNATURE:'
)
all
:
$(BUILD) $(JAR)
all
:
$(BUILD) $(JAR)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment