Skip to content

Commit

Permalink
Makefile has execute permissions set in git
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShea committed Feb 22, 2021
1 parent ac7cc48 commit 8fb3c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ local.properties
.settings/
.loadpath

affinity/src/main/c/Makefile

### Queue files
*.cq4t
*.cq4
22 changes: 0 additions & 22 deletions affinity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,6 @@
</configuration>
</plugin>

<!-- TODO make git remember that the file should be executable -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>build-native</id>
<phase>process-classes</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<property name="makefile" value="${project.basedir}/${native.source.dir}/Makefile" />
<!-- make it executable -->
<chmod file="${makefile}" perm="u+x" />
</target>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 8fb3c86

Please sign in to comment.